fix: replace hard coded components path with the resolved path#1612
Conversation
|
Previously, anybody who didn't use the default components.json couldn't execute the update because if the ui path had been changed, this would resolve in an exception. Now the resolved alias path from the components.json is used.
abd17e9 to
6890047
Compare
|
@huntabyte Hi there, is there any problem with this PR? It has been a while since it was opened. |
|
Hey @Slartibartfass2, we have reworked a lot of the internals of the CLI in the |
|
Apologies for the delay! This should already be resolved as of |
Closes #1532
Previously, anybody who didn't use the default components.json couldn't execute the update because if the ui path had been changed, this would resolve in an exception. Now the resolved alias path from the components.json is used.
Before submitting the PR, please make sure you do the following
feat:,fix:,chore:, ordocs:.pnpm formatandpnpm lint